elua lib: test progname

This commit is contained in:
Daniel Kolesa 2015-04-16 14:08:28 +01:00 committed by Daniel Kolesa
parent a2e2eb7f89
commit 8a3a32b6fa
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ START_TEST(elua_api)
fail_if(elua_state_from_lua_state_get(lst) != st);
fail_if(strcmp(elua_state_prog_name_get(st), "test"));
elua_state_free(st);
elua_shutdown();