diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-30 18:28:53 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-30 18:28:53 +0000 |
commit | 53c29a1259b8fb1c7fbcb45754ddb6b243d0a9ed (patch) | |
tree | 61540806a5c52d20ecc016f9290ebb0ccc948092 /tests | |
parent | 33fb1e42107134a06cf911f0f49c81555a8dcb8a (diff) |
move
Original commit message from CVS:
* PORTED_09:
* docs/random/PORTED_09:
move
* tests/Makefile.am:
add
* win32/gst.sln:
remove
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 00000000..ce326cf9 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,11 @@ +if HAVE_CHECK +SUBDIRS_CHECK = check +else +SUBDIRS_CHECK = +endif + +SUBDIRS = \ + $(SUBDIRS_CHECK) + +DIST_SUBDIRS = \ + check |