File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 3737 build/unboxer
3838
3939 - name : Test
40- run : ctest -j6 --test-dir build
40+ run : ctest -j4 --test-dir build
Original file line number Diff line number Diff line change @@ -137,8 +137,16 @@ if(BUILD_TESTING)
137137 target_include_directories (testunboxing PRIVATE tests/testutils/inc)
138138 target_link_libraries (testunboxing unboxing -lcheck -lsubunit)
139139
140+ add_executable (bch_test
141+ thirdparty/bch/bch.c
142+ thirdparty/bch/bch_test.c
143+ )
144+
145+ target_include_directories (bch_test PRIVATE inc)
146+
140147 add_test (NAME testunboxing COMMAND testunboxing)
141148 add_test (NAME static_unboxer COMMAND static_unboxer)
149+ add_test (NAME bch_test COMMAND bch_test)
142150 add_test (NAME unboxer_4kv6 COMMAND unboxer -i ../tests/testdata/12288x6878_4kv6.image8 -s 12288 6878 -f 4kv6 -o out-4kv6.dat)
143151 add_test (NAME unboxer_4kv9 COMMAND unboxer -i ../tests/testdata/12288x6879_4kv9.image8 -s 12288 6879 -f 4kv9 -o out-4kv9.dat)
144152 add_test (NAME unboxer_4kv6_analog COMMAND unboxer -i ../tests/testdata/12288x6878_4kv6_analog.image8 -s 12288 6878 -f 4kv6 -o out-4kv6_analog.dat)
You can’t perform that action at this time.
0 commit comments