Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
19cef902
Commit
19cef902
authored
Oct 30, 2013
by
Matthias Braun
Browse files
fix make test
parent
5ba59bd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
19cef902
...
...
@@ -198,7 +198,7 @@ UNITTESTS = $(UNITTESTS_SOURCES:%.c=$(builddir)/%.exe)
$(builddir)/%.exe
:
$(srcdir)/unittests/%.c $(libfirm_a)
@
echo
TEST
$<
$(Q)$(LINK)
$(CFLAGS)
$(CPPFLAGS)
$(libfirm_CPPFLAGS)
$(libfirm_a)
"
$<
"
-o
"
$@
"
$(Q)$(LINK)
$(CFLAGS)
$(CPPFLAGS)
$(libfirm_CPPFLAGS)
"
$<
"
$(libfirm_a)
-lm
-o
"
$@
"
$(Q)$@
.PHONY
:
test
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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