diff --git a/test/CorrelatorTest/CMakeLists.txt b/test/CorrelatorTest/CMakeLists.txt
index 737418b9eae240d9aad6d8d6ffc1afc1fe38b3e7..17d9c30012b4b1062dd95183996f492e6c289fc7 100644
--- a/test/CorrelatorTest/CMakeLists.txt
+++ b/test/CorrelatorTest/CMakeLists.txt
@@ -18,10 +18,10 @@ install(TARGETS CorrelatorTest RUNTIME DESTINATION bin)
 # R: outerRepeatCount
 # t: nrSamplesPerChannel must be a multiple of (128 / nrBits)
 # V: verifyOutput
-set(ARGS0 -b  4 -c 1 -n  1 -N 32 -r 1 -R 1 -t 32)
-set(ARGS1 -b  8 -c 1 -n  1 -N 48 -r 1 -R 1 -t 16)
-set(ARGS2 -b 16 -c 1 -n  1 -N 64 -r 1 -R 1 -t  8)
-set(ARGS3 -b 16 -c 2 -n  3 -N 32 -r 4 -R 5 -t 64)
+set(ARGS0 -I   i4 -c 1 -n  1 -N 32 -r 1 -R 1 -t 32)
+set(ARGS1 -I   i8 -c 1 -n  1 -N 48 -r 1 -R 1 -t 16)
+set(ARGS2 -I fp16 -c 1 -n  1 -N 64 -r 1 -R 1 -t  8)
+set(ARGS3 -I fp16 -c 2 -n  3 -N 32 -r 4 -R 5 -t 64)
 
 foreach(idx RANGE 3)
   add_test(NAME CorrelatorTest${idx} COMMAND CorrelatorTest ${ARGS${idx}})
@@ -41,6 +41,6 @@ foreach(idx
 647   653   659   661   673   677   683   691   701   709   719   727   733
 739   743   751   757   761)
   add_test(NAME CorrelatorTest-nrReceivers-${idx}
-           COMMAND CorrelatorTest -b 16 -c 1 -n ${idx} -N 32 -r 1 -R 1 -t 8
+           COMMAND CorrelatorTest -I fp16 -c 1 -n ${idx} -N 32 -r 1 -R 1 -t 8
   )
 endforeach()