Move the whole bunch of nvm functions into their own header.
[SquirrelJME.git] / nanocoat / tests / testTestNoOpSkip.c
bloba674edc4fab0ae7743b2a9b7d7eab39afe13feb7
1 /* -*- Mode: C; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
3 // SquirrelJME
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the Mozilla Public License Version 2.0.
7 // See license.mkd for licensing and copyright information.
8 // -------------------------------------------------------------------------*/
10 #include "proto.h"
11 #include "test.h"
13 /**
14 * Tests a test that does nothing except skip.
16 * @since 2023/12/07
18 SJME_TEST_DECLARE(testTestNoOpSkip)
20 return SJME_TEST_RESULT_SKIP;