Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
a99ff7ea
Commit
a99ff7ea
authored
Aug 11, 2014
by
dbarbera
Browse files
Fixed test-llvm test files
parent
bee2e120
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/regression/test-substrings/Makefile
View file @
a99ff7ea
...
...
@@ -21,7 +21,7 @@ test-ada:
test-llvm
:
../../../opengeode.py myfunction.pr system_structure.pr
--check
--llvm
asn1.exe
-c
dataview-uniq.asn
-equal
asn1.exe
-c
dataview-uniq.asn
-equal
-typePrefix
asn1Scc
llc myfunction.ll
clang
-c
myfunction.s
clang
-c
dataview-uniq.c
...
...
tests/regression/test-substrings/test_llvm.c
View file @
a99ff7ea
#include
<stdio.h>
#include
"dataview-uniq.h"
extern
void
basic
_startup
();
extern
void
myfunction
_startup
();
extern
void
myfunction_start_something
(
asn1SccT_Int32
*
);
void
myfunction_RI_result_data
(
long
long
*
val
)
...
...
@@ -15,7 +15,7 @@ int main()
asn1SccT_Int32
test
=
5
;
printf
(
"[C Code] Running test
\n
"
);
basic
_startup
();
myfunction
_startup
();
myfunction_start_something
(
&
test
);
return
0
;
}
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