mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
added tests makefile
This commit is contained in:
parent
650cb05c44
commit
9fae232a46
3 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,7 @@ SUBDIRS = usr/share/applications \
|
|||
usr/share/byobu/ec2 \
|
||||
usr/share/byobu/pixmaps \
|
||||
usr/share/byobu/profiles \
|
||||
usr/share/byobu/tests \
|
||||
usr/share/doc/byobu \
|
||||
usr/lib/byobu \
|
||||
usr/share/man/man1 \
|
||||
|
|
|
@ -20,6 +20,7 @@ AC_OUTPUT(Makefile \
|
|||
usr/share/byobu/ec2/Makefile \
|
||||
usr/share/byobu/pixmaps/Makefile \
|
||||
usr/share/byobu/profiles/Makefile \
|
||||
usr/share/byobu/tests/Makefile \
|
||||
usr/share/doc/byobu/Makefile \
|
||||
usr/lib/byobu/Makefile \
|
||||
usr/share/man/man1/Makefile usr/bin/Makefile)
|
||||
|
|
2
usr/share/byobu/tests/Makefile.am
Normal file
2
usr/share/byobu/tests/Makefile.am
Normal file
|
@ -0,0 +1,2 @@
|
|||
testsdir = $(datadir)/@PACKAGE@/tests
|
||||
tests_SCRIPTS = byobu-time-notifications
|
Loading…
Add table
Add a link
Reference in a new issue