[apps/calculation] Add test for rinn buffer of calculation store

Change-Id: I99b9c75b7bc4927b693a67bb5c022d991eb8dec6
This commit is contained in:
Émilie Feral
2017-05-30 13:15:55 +02:00
parent 7d057e6b7a
commit e75beb661f
6 changed files with 54 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ $(symbols_file): $(tests)
@awk -f quiz/src/symbols.awk $(tests) > $@
runner_objs += $(addprefix quiz/src/, runner.o symbols.o i18n.o)
test_objs = $(subst .c,.o, $(subst .cpp,.o,$(tests)))
test_objs += $(subst .c,.o, $(subst .cpp,.o,$(tests)))
test.$(EXE): $(runner_objs) $(test_objs)