diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-01 13:19:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-01 13:19:49 +0200 |
commit | 08eea971d2d3170ca357935644483dc520f46173 (patch) | |
tree | 871df5e71e364d4620db74298b7f88f9466d1473 /tests/directive/assert.test | |
parent | 0ed86c76239d4f2904ea4ae1a77902a9e0db2a6d (diff) |
Organize tests/, factor common testscript fragments
Diffstat (limited to 'tests/directive/assert.test')
-rw-r--r-- | tests/directive/assert.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/directive/assert.test b/tests/directive/assert.test index ca1b035..80e28ba 100644 --- a/tests/directive/assert.test +++ b/tests/directive/assert.test @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -.include common.test +.include ../common.test $* <'assert true' : true $* <'assert! false foo' : not-false |