1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-21 17:42:26 -04:00
libkernaux/tests/test_multiboot2_header_helpers.c
2022-12-17 16:26:20 +04:00

13 lines
232 B
C

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <kernaux/multiboot2.h>
#include "../fixtures/multiboot2_header_example1.h"
#include "../fixtures/multiboot2_header_example2.h"
void test_main()
{
// TODO: write this
}