You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
409 B
11 lines
409 B
add_executable("test-bitmap" "bitmap.c" "../src/bitmap.c") |
|
add_test("test/bitmap" "test-bitmap") |
|
|
|
add_executable("test-record" "record.c") |
|
add_test("test/record" "test-record") |
|
|
|
add_executable("test-io" "io.c" "../src/database.c" "../src/bitmap.c") |
|
add_test("test/io" "test-io") |
|
|
|
add_executable("test-database" "database.c" "../src/database.c" "../src/bitmap.c") |
|
add_test("test/database" "test-database")
|
|
|