1999-01-03 04:42:59 +01:00
|
|
|
|
1999-01-04 11:07:44 +01:00
|
|
|
INCLUDES = -I$(top_srcdir)
|
1999-01-03 04:42:59 +01:00
|
|
|
|
|
|
|
TESTS = \
|
Add checks for alloca, defining G_NATIVE_ALLOCA if present.
Fri Jan 22 13:41:41 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Add checks for alloca, defining G_NATIVE_ALLOCA if present.
* galloca.c:
Import replacement alloca implementation from gettext 0.10.35.
Begin to convert to using GLib types and functions.
* glib.h:
New macros g_alloca, g_alloca_gc, g_alloca_new, to perform
stack-based memory allocations.
* tests/Makefile.am, tests/queue-test.c, tests/alloca-test.c:
New tests for g_alloca_*, GQueue ADT.
* tests/stack-test.c:
Fix pointer casts, include config.h, and
call g_stack_free at end of run.
1999-01-22 20:33:26 +01:00
|
|
|
alloca-test \
|
1999-01-03 07:44:45 +01:00
|
|
|
array-test \
|
1999-01-09 21:10:45 +01:00
|
|
|
dirname-test \
|
1999-01-03 04:42:59 +01:00
|
|
|
hash-test \
|
|
|
|
list-test \
|
|
|
|
node-test \
|
Add checks for alloca, defining G_NATIVE_ALLOCA if present.
Fri Jan 22 13:41:41 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Add checks for alloca, defining G_NATIVE_ALLOCA if present.
* galloca.c:
Import replacement alloca implementation from gettext 0.10.35.
Begin to convert to using GLib types and functions.
* glib.h:
New macros g_alloca, g_alloca_gc, g_alloca_new, to perform
stack-based memory allocations.
* tests/Makefile.am, tests/queue-test.c, tests/alloca-test.c:
New tests for g_alloca_*, GQueue ADT.
* tests/stack-test.c:
Fix pointer casts, include config.h, and
call g_stack_free at end of run.
1999-01-22 20:33:26 +01:00
|
|
|
queue-test \
|
1999-01-03 04:42:59 +01:00
|
|
|
relation-test \
|
|
|
|
slist-test \
|
1999-01-22 18:23:13 +01:00
|
|
|
stack-test \
|
1999-01-03 08:37:47 +01:00
|
|
|
string-test \
|
1999-01-21 19:07:20 +01:00
|
|
|
strfunc-test \
|
1999-01-09 21:10:45 +01:00
|
|
|
tree-test \
|
|
|
|
type-test
|
1999-01-03 04:42:59 +01:00
|
|
|
|
|
|
|
noinst_PROGRAMS = $(TESTS)
|
|
|
|
|
Add checks for alloca, defining G_NATIVE_ALLOCA if present.
Fri Jan 22 13:41:41 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Add checks for alloca, defining G_NATIVE_ALLOCA if present.
* galloca.c:
Import replacement alloca implementation from gettext 0.10.35.
Begin to convert to using GLib types and functions.
* glib.h:
New macros g_alloca, g_alloca_gc, g_alloca_new, to perform
stack-based memory allocations.
* tests/Makefile.am, tests/queue-test.c, tests/alloca-test.c:
New tests for g_alloca_*, GQueue ADT.
* tests/stack-test.c:
Fix pointer casts, include config.h, and
call g_stack_free at end of run.
1999-01-22 20:33:26 +01:00
|
|
|
alloca_test_LDADD = $(top_builddir)/libglib.la
|
1999-01-04 11:07:44 +01:00
|
|
|
array_test_LDADD = $(top_builddir)/libglib.la
|
1999-01-09 21:10:45 +01:00
|
|
|
dirname_test_LDADD = $(top_builddir)/libglib.la
|
1999-01-04 11:07:44 +01:00
|
|
|
hash_test_LDADD = $(top_builddir)/libglib.la
|
|
|
|
list_test_LDADD = $(top_builddir)/libglib.la
|
|
|
|
node_test_LDADD = $(top_builddir)/libglib.la
|
Add checks for alloca, defining G_NATIVE_ALLOCA if present.
Fri Jan 22 13:41:41 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Add checks for alloca, defining G_NATIVE_ALLOCA if present.
* galloca.c:
Import replacement alloca implementation from gettext 0.10.35.
Begin to convert to using GLib types and functions.
* glib.h:
New macros g_alloca, g_alloca_gc, g_alloca_new, to perform
stack-based memory allocations.
* tests/Makefile.am, tests/queue-test.c, tests/alloca-test.c:
New tests for g_alloca_*, GQueue ADT.
* tests/stack-test.c:
Fix pointer casts, include config.h, and
call g_stack_free at end of run.
1999-01-22 20:33:26 +01:00
|
|
|
queue_test_LDADD = $(top_builddir)/libglib.la
|
1999-01-04 11:07:44 +01:00
|
|
|
relation_test_LDADD = $(top_builddir)/libglib.la
|
|
|
|
slist_test_LDADD = $(top_builddir)/libglib.la
|
1999-01-22 18:23:13 +01:00
|
|
|
stack_test_LDADD = $(top_builddir)/libglib.la
|
1999-01-04 11:07:44 +01:00
|
|
|
string_test_LDADD = $(top_builddir)/libglib.la
|
1999-01-21 19:07:20 +01:00
|
|
|
strfunc_test_LDADD = $(top_builddir)/libglib.la
|
1999-01-04 11:07:44 +01:00
|
|
|
tree_test_LDADD = $(top_builddir)/libglib.la
|
1999-01-09 21:10:45 +01:00
|
|
|
type_test_LDADD = $(top_builddir)/libglib.la
|
1999-01-03 04:42:59 +01:00
|
|
|
|