aboutsummaryrefslogtreecommitdiffstats
path: root/test/core_app.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/core_app.mk')
-rw-r--r--test/core_app.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core_app.mk b/test/core_app.mk
index 643c58c..4fce9e8 100644
--- a/test/core_app.mk
+++ b/test/core_app.mk
@@ -1699,6 +1699,8 @@ core-app-yrl-header: init
$t echo "-export([forty_two/0])." > $(APP)/include/yecc_header.hrl
# A bunch of gobbldygook we don't actually care about, they just
# need to exist so we don't get errors.
+ $t echo "-export([yeccpars1/5])." >> $(APP)/include/yecc_header.hrl
+ $t echo "-export([yeccerror/1])." >> $(APP)/include/yecc_header.hrl
$t echo "yeccpars1(_,_,_,_,_) -> throw(not_implemented)." >> $(APP)/include/yecc_header.hrl
$t echo "yeccerror(_) -> throw(not_implemented)." >> $(APP)/include/yecc_header.hrl
# Required bits done, now part we'll actually test for.