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

0

parent 584d368a
No related merge requests found
Pipeline #294593 passed with stages
in 33 seconds
......@@ -22,7 +22,7 @@ test-job:
- apt-get install -y check
script:
- echo "Testing..."
- gcc -c c-check/test_interval.c
- gcc -c c-check/test_interval.c -lcheck -lm -lsubunit
- gcc -o test_interval interval.o test_interval.o -lcheck -lm -lsubunit
- ./test_interval
dependencies:
......
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