1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-09-27 12:01:02 +02:00

Added tests to CI

This commit is contained in:
Anthony Scemama 2020-10-17 01:14:57 +02:00
parent fe3f30ebba
commit 3377b056df
2 changed files with 2 additions and 1 deletions

View File

@ -16,4 +16,4 @@ jobs:
- name: install dependencies
run: sudo apt-get install emacs
- name: make
run: make -C src/
run: make -C src/ test

View File

@ -67,6 +67,7 @@ test_%: test_%.c
-I../munit/ ../munit/munit.c test_\$*.c -lqmckl -o test_\$*
test: libqmckl.so \$(TESTS)
for i in \$(TESTS) ; do ./\$\$i ; done
.PHONY: test
EOF