From 63670d0285da277539d3362fd7580420b6815ce0 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Thu, 7 Jul 2011 13:51:34 +0200 Subject: [PATCH] Re-added test_star_parser.cc to tests --- modules/io/tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/io/tests/CMakeLists.txt b/modules/io/tests/CMakeLists.txt index 83eec1fd4..abbd58914 100644 --- a/modules/io/tests/CMakeLists.txt +++ b/modules/io/tests/CMakeLists.txt @@ -8,9 +8,9 @@ set(OST_IO_UNIT_TESTS test_pir.cc test_iomanager.cc tests.cc + test_star_parser.cc ) -# missing: test_star_parser.cc ost_unittest(MODULE io SOURCES "${OST_IO_UNIT_TESTS}" LINK ost_mol ost_seq) -- GitLab