#ifndef DK_TEST_H
#define DK_TEST_H

#include "dk_common.h"

DK_Result run_all_tests();

#endif