Skip to content

Commit

Permalink
Stop repeating the default test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgr committed Mar 6, 2018
1 parent 888d159 commit 37a7060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testsuite.at
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ m4_define([NEGATIVE_TEST],[
dnl Defines most relevant Souffle flag configurations for testing.
dnl NOTE: This is the default configuration that can be overridden
dnl using SOUFFLE_CONFS environment variable.
m4_define([DEFAULT_CONFS], [[], dnl run interpreter
m4_define([DEFAULT_CONFS], [[], dnl run interpreter
[-c], dnl compile, then execute
[-j8], dnl run interpreter in parallel
[-c -j8], dnl compile, then execute in parallel
[-c -j8] dnl compile, then execute in parallel
])

dnl Store user-defined souffle flag configuration given by the SOUFFLE_CONFS env (if any)
Expand Down

0 comments on commit 37a7060

Please sign in to comment.