SquirrelJME/SquirrelJME

View on GitHub
nanocoat/tests/testNvmStackPushAnyFromTemp.c

Summary

Maintainability
Test Coverage
/* -*- Mode: C; indent-tabs-mode: t; tab-width: 4 -*-
// ---------------------------------------------------------------------------
// SquirrelJME
//     Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
// ---------------------------------------------------------------------------
// SquirrelJME is under the Mozilla Public License Version 2.0.
// See license.mkd for licensing and copyright information.
// -------------------------------------------------------------------------*/

#include "test.h"
#include "proto.h"

SJME_TEST_DECLARE(testNvmStackPushAnyFromTemp)
{
    sjme_todo("Implement %s", __func__);
    return SJME_TEST_RESULT_FAIL;
}