Skip to content

Commit fdbf746

Browse files
committed
[TC] add file deps in tests/importOrder/sameOrderCommand.v
1 parent 3a6073f commit fdbf746

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/tc/tests/importOrder/sameOrderCommand.v

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
From elpi.apps Require Export tc.
22

33
From elpi.apps.tc.elpi Extra Dependency "base.elpi" as base.
4+
From elpi.apps.tc.elpi Extra Dependency "tc_aux.elpi" as tc_aux.
45
From elpi.apps.tc.elpi Extra Dependency "ho_link.elpi" as ho_link.
56
From elpi.apps.tc.elpi Extra Dependency "tc_same_order.elpi" as tc_same_order.
67
From elpi.apps.tc.elpi Extra Dependency "unif.elpi" as unif.
78

89
Set Warnings "+elpi".
910
Elpi Command SameOrderImport.
1011
Elpi Accumulate Db tc.db.
12+
Elpi Accumulate Db tc_options.db.
1113
Elpi Accumulate File base.
14+
Elpi Accumulate File tc_aux.
1215
Elpi Accumulate File unif.
1316
Elpi Accumulate File ho_link.
1417
Elpi Accumulate File tc_same_order.

0 commit comments

Comments
 (0)