Skip to content
Snippets Groups Projects
Commit b0210ddc authored by WALTER NOA's avatar WALTER NOA
Browse files

0

parent 254dc89b
No related merge requests found
Pipeline #294588 failed with stages
in 28 seconds
...@@ -25,7 +25,7 @@ test-job: ...@@ -25,7 +25,7 @@ test-job:
script: script:
- echo "Testing..." - echo "Testing..."
- gcc -c c-check/test_interval.c - gcc -c c-check/test_interval.c
- gcc -o test_interval interval.o test_interval.o - gcc -o test_interval interval.o test_interval.o -lcheck -lm -lsubunit
- ./test_interval - ./test_interval
dependencies: dependencies:
- compile-job - compile-job
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment