Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-frelon
Commits
1b0c5258
Commit
1b0c5258
authored
Feb 26, 2014
by
Alejandro Homs Puron
Browse files
* Added old test program names to .gitignore and Makefile to ease branch switch
parent
399b1a9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/.gitignore
View file @
1b0c5258
...
...
@@ -2,3 +2,7 @@ test_frelon
test_frelon_control
test_frelon_interface
test_frelon_spectroscopy
testfrelon
testfreloncontrol
testfreloninterface
testfrelonspectroscopy
test/Makefile
View file @
1b0c5258
...
...
@@ -46,6 +46,8 @@ CXXFLAGS = -I../include -I../../common/espia/include \
test-progs
=
test_frelon test_frelon_interface test_frelon_spectroscopy
\
test_frelon_control
old-progs
=
testfrelon testfreloninterface testfrelonspectroscopy
\
testfreloncontrol
all
:
$(test-progs)
...
...
@@ -62,7 +64,7 @@ test_frelon_control: test_frelon_control.o
$(CXX)
$(LDFLAGS)
-o
$@
$+
$(LDLIBS)
clean
:
rm
-f
*
.o
*
.P test
_frelon test_frelon_interface test_frelon_spectroscopy
rm
-f
*
.o
*
.P
$
(
test
-progs
)
$
(
old-progs
)
%.o
:
%.cpp
$(COMPILE.cpp)
-MD
$(CXXFLAGS)
-o
$@
$<
...
...
Write
Preview
Supports
Markdown
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