Skip to content

Commit

Permalink
changing path to SMTC
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalecha committed Mar 17, 2016
1 parent 1580bc1 commit 4186a29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _CoqProject
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-I src
-Q theories SMT
-Q theories SMTC

-I $(COQLIB)/user-contrib/PluginUtils/

Expand Down
2 changes: 1 addition & 1 deletion test-suite/Test.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Require Import SMT.Tactic.
Require Import SMTC.Tactic.
Require Import Coq.Strings.String.
Require Import Coq.Reals.Rdefinitions.
Require Import Coq.Reals.RIneq.
Expand Down
2 changes: 1 addition & 1 deletion test-suite/_CoqProject
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-I ../src
-Q ../theories SMT
-Q ../theories SMTC
-R .

-I $(COQLIB)/user-contrib/PluginUtils/
Expand Down

0 comments on commit 4186a29

Please sign in to comment.