scratch-tool: add simple debug skeleton
simplifies writing quick test commands linking against the library
This commit is contained in:
parent
8841e9d055
commit
9cb25456a4
@ -373,6 +373,8 @@ bin_PROGRAMS = \
|
||||
tools/hash \
|
||||
tools/noise
|
||||
|
||||
noinst_PROGRAMS = tools/scratch
|
||||
|
||||
LDADD = $(top_builddir)/libutil.a $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(ZLIB_LIBS)
|
||||
|
||||
|
||||
|
7
tools/scratch.cpp
Normal file
7
tools/scratch.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include <cstdlib>
|
||||
|
||||
int
|
||||
main (void)
|
||||
{
|
||||
return EXIT_SUCCESS;
|
||||
}
|
Loading…
Reference in New Issue
Block a user