Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
86230259
Commit
86230259
authored
Jun 12, 2008
by
Alexandre Duret-Lutz
Browse files
Prefix bytecode filenames with $srcdir so the tests work in VPATH builds.
parent
b28d7ba8
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
86230259
2008-06-12 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* iface/nips/nipstest/dotty.test,
iface/nips/nipstest/emptiness.test: Prefix bytecode filenames
with $srcdir so the tests work in VPATH builds.
2008-06-12 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* wrap/python/spot.i: Adjust includes after the previous patch.
...
...
iface/nips/nipstest/dotty.test
View file @
86230259
...
...
@@ -4,10 +4,9 @@
set
-
e
BYTECODE
=
"never.pr.b regbit.b"
for
bytecode
in
$BYTECODE
;
do
run
0
$
{
top_builddir
}
/
dottynips
$
{
bytecode
}
>
dotty
||
exit
1
$
{
DOT
}
-
Tps
dotty
>
/
dev
/
null
||
exit
1
run
0
"
$top_builddir
/dottynips
"
"
$srcdir
/
$
bytecode
"
>
dotty
||
exit
1
"
$DOT
"
-
Tps
dotty
>
/
dev
/
null
||
exit
1
rm
-
f
dotty
done
iface/nips/nipstest/emptiness.test
View file @
86230259
...
...
@@ -10,7 +10,7 @@ ALGO="Cou99 CVWY90 GV04 SE05 Tau03 Tau03"
BYTECODE
=
"dinner.pr.nips.b never.pr.b"
for
algo
in
$ALGO
;
do
for
bytecode
in
$BYTECODE
;
do
run
0
$
{
top_builddir
}
/
empt_check
-
c
-
e
$
{
algo
}
$
{
bytecode
}
|
run
0
"
$top_builddir
/empt_check
"
-
c
-
e
$algo
"
$srcdir
/
$
bytecode
"
|
grep
'^non empty$'
>
/
dev
/
null
||
exit
1
done
done
...
...
@@ -19,7 +19,7 @@ done
BYTECODE
=
"peterson.pm.b"
for
algo
in
$ALGO
;
do
for
bytecode
in
$BYTECODE
;
do
run
0
$
{
top_builddir
}
/
empt_check
-
c
-
e
$
{
algo
}
$
{
bytecode
}
|
run
0
"
$top_builddir
/empt_check
"
-
c
-
e
$algo
"
$srcdir
/
$
bytecode
"
|
grep
'^empty$'
>
/
dev
/
null
||
exit
1
done
done
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment