diff --git a/modules/io/tests/CMakeLists.txt b/modules/io/tests/CMakeLists.txt
index 83eec1fd45ee244577995f4932870e848341cb2b..abbd589147f64663b2ab685d7deab0ef8ffa8679 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)