diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-23 18:22:00 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-23 18:22:00 +0000 |
| commit | ec4f685b82293120a47488bd6f7545caae27ea05 (patch) | |
| tree | 653e2748773e5912728fd985302958bebab63ebd | |
| parent | 082903357d04f312e999abe8a4307ef382f6d3ce (diff) | |
add the tests to the dist tarball
| -rw-r--r-- | Makefile.am | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 5d463728..795c18bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -360,12 +360,28 @@ dist_desktopfiles_DATA = \ data/openbox.desktop dist_noinst_DATA = \ - tools/themeupdate/themeupdate.py \ version.h.in \ data/rc.xml.in \ data/menu.xml.in \ render/obrender-3.0.pc.in \ - parser/obparser-3.0.pc.in + parser/obparser-3.0.pc.in \ + tools/themeupdate/themeupdate.py \ + tests/hideshow.py \ + tests/Makefile \ + tests/aspect.c \ + tests/fullscreen.c \ + tests/grav.c \ + tests/grouptran.c \ + tests/icons.c \ + tests/modal2.c \ + tests/modal3.c \ + tests/modal.c \ + tests/noresize.c \ + tests/override.c \ + tests/positioned.c \ + tests/strut.c \ + tests/title.c \ + tests/urgent.c EXTRA_DIST = \ config.rpath \ |
