Skip to content

Commit

Permalink
testing conditional for runoak/oaklib; for #89
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Apr 12, 2022
1 parent dc61981 commit 9d93075
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,19 @@ all_obo: $(OBO_SRCS)
test_obo: target $(patsubst %,target/neo-%.obo,$(TEST_SRCS))

## For future tests in a glorious future.
#test: touch_trigger test_obo
test-gha: target all_obo neo.obo
#test-gha: touch_trigger test_obo
#test-gha: target all_obo neo.obo
test-gha:
echo "test disabled until GH is fast enough to allow data build"

## "Local" tests for full (expensive) data tests.
#test: touch_trigger test_obo
test:
echo "TODO"
ifeq (, $(shell which runoak))
echo "test disabled until we have runoak in our environment"
else
runoak --input /tmp/neo.owl info GO:0022008
endif

touch_trigger:
touch trigger
Expand Down

0 comments on commit 9d93075

Please sign in to comment.