libkernaux/tests/test_multiboot2_header_help...

14 lines
232 B
C
Raw Normal View History

2022-01-13 13:31:06 +00:00
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <kernaux/multiboot2.h>
2022-12-17 12:26:20 +00:00
#include "../fixtures/multiboot2_header_example1.h"
#include "../fixtures/multiboot2_header_example2.h"
2022-01-13 13:31:06 +00:00
2022-06-20 18:01:56 +00:00
void test_main()
2022-01-13 13:31:06 +00:00
{
2022-01-14 07:20:39 +00:00
// TODO: write this
2022-01-13 13:31:06 +00:00
}