[array] add array_t

This commit is contained in:
Joe Thornber
2013-01-29 11:35:37 +00:00
parent 9e5213530f
commit 7a6d09866a
3 changed files with 11 additions and 3 deletions

View File

@@ -17,6 +17,7 @@
# <http://www.gnu.org/licenses/>.
TEST_SOURCE=\
unit-tests/array_t.cc \
unit-tests/buffer_t.cc \
unit-tests/cache_t.cc \
unit-tests/block_t.cc \
@@ -32,6 +33,9 @@ unit-test: $(TEST_PROGRAMS)
.PHONY: unit-test
unit-tests/array_t: unit-tests/array_t.o $(OBJECTS)
g++ $(CXXFLAGS) $(INCLUDES) -o $@ $+ $(LIBS) $(LIBEXPAT)
unit-tests/buffer_t: unit-tests/buffer_t.o $(OBJECTS)
g++ $(CXXFLAGS) $(INCLUDES) -o $@ $+ $(LIBS) $(LIBEXPAT)