nngn
Loading...
Searching...
No Matches
utils_test.h
Go to the documentation of this file.
1
#ifndef NNGN_TESTS_LUA_UTILS_H
2
#define NNGN_TESTS_LUA_UTILS_H
3
4
#include <QTest>
5
6
class
UtilsTest
:
public
QObject {
7
Q_OBJECT
8
private
slots:
9
void
defer_pop
(
void
);
10
void
stack_mark
(
void
);
11
};
12
13
#endif
UtilsTest
Definition
utils_test.h:6
UtilsTest::stack_mark
void stack_mark(void)
Definition
utils_test.cpp:19
UtilsTest::defer_pop
void defer_pop(void)
Definition
utils_test.cpp:8
tests
lua
utils_test.h
Generated by
1.11.0